All Questions
Tagged with postgresqlmysql
5 questions
4votes
0answers
2kviews
Automatically generate TypeScript classes from database tables
Made a project to generate TypeScript classes from database tables, and I'm looking for input if the code is reasonable. pg and ...
4votes
1answer
149views
Migrate files from MySQL BLOBs to PostgreSQL largeobjects
As title says, this piece of code migrates files (binary and metadata) from a database to another one with different structure. Currently my problem is that when I have to deal with a big database (...
2votes
2answers
2kviews
Database migration script
I'm working on a database migration script written in python, which will take data from a MySQL database and insert them into a PostgreSQL database with a different Schema (different table structures, ...
2votes
2answers
103views
Query of users for some age, gender, and state, using a subselect
I have this query: ...
6votes
1answer
3kviews
Schema for Google Docs-like sharing
I want to allow users to share documents (and other stuff) in a database-driven application. I have designed the following schema to allow for this (PostgreSQL). Some of the tables like ...